Namespaces

Types

Type Tuple<TFirst, TSecond>

Namespace MathNet.Numerics

Parent ValueType

Interfaces IEquatable<Tuple<TFirst, TSecond>>

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

bool Equals(Tuple<TFirst, TSecond> other)

Parameters
return bool
Tuple<TFirst, TSecond> other

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public properties

TFirst First get;

The first tuple value
return TFirst

TSecond Second get;

The second tuple value
return TSecond